Platform Explorer / Nuxeo Platform 6.0

Operation Document.GetChildren (Get Children)

Description

Get the children of a document. The list of children will become the input for the next operation
Operation id Document.GetChildren
Category Document
Label Get Children
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs documents, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.GetDocumentChildren
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.GetChildren",
  "label" : "Get Children",
  "category" : "Document",
  "requires" : null,
  "description" : "Get the children of a document. The list of children will become the input for the next operation",
  "url" : "Document.GetChildren",
  "signature" : [ "document", "documents", "documents", "documents" ],
  "params" : [ ]
}